-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update base image docker to Ubuntu 24.04 #127
base: dev
Are you sure you want to change the base?
Conversation
RUN curl -sS https://download.qgis.org/downloads/qgis-archive-keyring.gpg > /etc/apt/keyrings/qgis-archive-keyring.gpg && \ | ||
echo "deb [signed-by=/etc/apt/keyrings/qgis-archive-keyring.gpg] https://qgis.org/ubuntu jammy main" | \ | ||
echo "deb [signed-by=/etc/apt/keyrings/qgis-archive-keyring.gpg] https://qgis.org/ubuntu noble main" | \ | ||
tee /etc/apt/sources.list.d/qgis.list && \ | ||
apt-get update && apt-get install -y python3-qgis qgis-server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you could also think about specifying the exact versions to install of: python3-qgis qgis-server
If I pull an old g3w-suite image (today), wouldn't it always install the latest available?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With no 'LTR' by apt repository is installed last version of QGIS and QGIS server, is not possibile set the verssion to install. I replay to your question?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
No big deal, if it's never caused any problems before.
Closes: #118
Related to: g3w-suite/g3w-admin#976